Skip to content

chore: Unignore HTML files and reformat with oxfmt#19311

Merged
logaretm merged 5 commits intodevelopfrom
awad/reformat-with-oxfmt
Feb 17, 2026
Merged

chore: Unignore HTML files and reformat with oxfmt#19311
logaretm merged 5 commits intodevelopfrom
awad/reformat-with-oxfmt

Conversation

@logaretm
Copy link
Member

@logaretm logaretm commented Feb 12, 2026

Builds on #19200 by:

  • Removing the ignores that were affecting *.hbs and *.html files
  • Fixed some malformed HTML in our tests

I initially thought it was some extra stuff done by oxfmt, but its just we didn't have those file extensions in the extension list for the format script. so, its the same output if prettier ran over those files.

closes #19223

@logaretm logaretm changed the title fix: invalid HTML files chore: Reformat with oxfmt Feb 12, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

Codecov Results 📊


Generated by Codecov Action

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

size-limit report 📦

Path Size % Change Change
@sentry/browser 25.56 kB - -
@sentry/browser - with treeshaking flags 24.08 kB - -
@sentry/browser (incl. Tracing) 42.36 kB - -
@sentry/browser (incl. Tracing, Profiling) 47.03 kB - -
@sentry/browser (incl. Tracing, Replay) 81.18 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 70.8 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 85.87 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 98.03 kB - -
@sentry/browser (incl. Feedback) 42.29 kB - -
@sentry/browser (incl. sendFeedback) 30.23 kB - -
@sentry/browser (incl. FeedbackAsync) 35.22 kB - -
@sentry/browser (incl. Metrics) 26.74 kB - -
@sentry/browser (incl. Logs) 26.88 kB - -
@sentry/browser (incl. Metrics & Logs) 27.56 kB - -
@sentry/react 27.33 kB - -
@sentry/react (incl. Tracing) 44.72 kB - -
@sentry/vue 30.01 kB - -
@sentry/vue (incl. Tracing) 44.22 kB - -
@sentry/svelte 25.58 kB - -
CDN Bundle 28.11 kB - -
CDN Bundle (incl. Tracing) 43.2 kB - -
CDN Bundle (incl. Logs, Metrics) 28.95 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 44.03 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 68.02 kB - -
CDN Bundle (incl. Tracing, Replay) 80.07 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 80.94 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 85.5 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 86.4 kB - -
CDN Bundle - uncompressed 82.22 kB - -
CDN Bundle (incl. Tracing) - uncompressed 127.93 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 85.05 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 130.76 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 208.71 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 244.81 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 247.63 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 257.61 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 260.42 kB - -
@sentry/nextjs (client) 47.07 kB - -
@sentry/sveltekit (client) 42.81 kB - -
@sentry/node-core 52.15 kB +0.02% +9 B 🔺
@sentry/node 166.53 kB +0.01% +8 B 🔺
@sentry/node - without tracing 93.95 kB +0.02% +12 B 🔺
@sentry/aws-serverless 109.45 kB +0.01% +9 B 🔺

View base workflow run

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

node-overhead report 🧳

Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.

Scenario Requests/s % of Baseline Prev. Requests/s Change %
GET Baseline 8,904 - 9,363 -5%
GET With Sentry 1,508 17% 1,638 -8%
GET With Sentry (error only) 5,883 66% 6,212 -5%
POST Baseline 1,161 - 1,193 -3%
POST With Sentry 561 48% 582 -4%
POST With Sentry (error only) 1,012 87% 1,054 -4%
MYSQL Baseline 3,186 - 3,202 -0%
MYSQL With Sentry 418 13% 463 -10%
MYSQL With Sentry (error only) 2,568 81% 2,580 -0%

View base workflow run

@logaretm logaretm force-pushed the awad/migrate-to-oxfmt branch from f9f27f0 to b2db955 Compare February 13, 2026 15:04
logaretm added a commit that referenced this pull request Feb 13, 2026
This PR migrates our formatting tool from `prettier` to `oxfmt` which is
part of the oxc toolchain and offers faster checking and format fixing
speeds while [maintaining the same
coverage](https://x.com/boshen_c/status/2018329440607203471).

I created a follow up PR in #19311 to unignore a few rules and fix the
associated snapshot tests affected by it.

### Benchmarks

Benchmark | Prettier | oxfmt | Speedup
-- | -- | -- | --
CI | 45s | 6.0s-7.0s | ~5x-7.5×
Local M3 Pro | 22s | 1.22s-1.98s | ~11×

---
closes #19223
Base automatically changed from awad/migrate-to-oxfmt to develop February 13, 2026 16:23
@logaretm logaretm force-pushed the awad/reformat-with-oxfmt branch from 7d55e6b to 5b52417 Compare February 13, 2026 17:08
@logaretm logaretm marked this pull request as ready for review February 13, 2026 17:12
@logaretm logaretm requested a review from a team as a code owner February 13, 2026 17:12
@logaretm logaretm changed the title chore: Reformat with oxfmt chore: Unignore HTML files and reformat with oxfmt Feb 13, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

<testcase name="should have the correct default privacy settings" classname="suites/replay/privacyDefault/test.ts" time="2.745">
</testcase>
</testsuite>
</testsuites> No newline at end of file
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generated JUnit report committed

Low Severity

dev-packages/browser-integration-tests/results.junit.xml appears to be a generated Playwright JUnit artifact, not source. It contains run-specific values like timestamps and durations, so keeping it tracked introduces noisy, non-deterministic diffs and frequent unrelated file churn whenever tests run.

Fix in Cursor Fix in Web

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Follow-up to the oxfmt migration to ensure HTML (*.html) and Ember template (*.hbs) files are no longer excluded from formatting, and to update affected test fixtures/snapshots accordingly.

Changes:

  • Bump oxfmt to ^0.32.0 and update yarn.lock accordingly.
  • Remove .html/.hbs ignore patterns from .oxfmtrc.json so those files are formatted.
  • Reformat a large set of HTML/HBS fixtures and adjust related browser integration test expectations/snapshots.

Reviewed changes

Copilot reviewed 185 out of 203 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
yarn.lock Updates lockfile for oxfmt@0.32.0 and platform bindings.
package.json Bumps oxfmt dev dependency to ^0.32.0.
.oxfmtrc.json Removes ignore patterns so *.html/*.hbs get formatted.
packages/ember/tests/index.html Reformats Ember test runner HTML.
packages/ember/tests/dummy/app/index.html Reformats Ember dummy app HTML.
packages/ember/tests/dummy/app/templates/application.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/index.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/replay.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/tracing.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/slow-loading-route.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/slow-loading-route/index.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/with-error.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/with-error/index.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/with-error/error.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/with-loading.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/with-loading/index.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/with-loading/loading.hbs Reformats Ember template fixture.
packages/ember/tests/dummy/app/templates/components/test-section.hbs Reformats Ember component template fixture.
packages/ember/tests/dummy/app/templates/components/slow-loading-list.hbs Reformats Ember component template fixture.
packages/ember/tests/dummy/app/templates/components/slow-loading-gc-list.hbs Reformats Ember component template fixture.
packages/ember/tests/dummy/app/components/link.hbs Reformats Ember component template fixture.
dev-packages/e2e-tests/test-applications/vue-3/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/vue-tanstack-router/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/solid/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/solid-tanstack-router/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-send-to-sentry/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-router-7-cross-usage/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-router-6/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-router-6-use-routes/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-router-5/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-create-memory-router/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-create-hash-router/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-create-browser-router/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-19/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/react-17/public/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/node-profiling-electron/index.html Reformats E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/sveltekit-2/src/app.html Reformats SvelteKit app HTML fixture.
dev-packages/e2e-tests/test-applications/sveltekit-2.5.0-twp/src/app.html Reformats SvelteKit app HTML fixture.
dev-packages/e2e-tests/test-applications/sveltekit-2-svelte-5/src/app.html Reformats SvelteKit app HTML fixture.
dev-packages/e2e-tests/test-applications/sveltekit-2-kit-tracing/src/app.html Reformats SvelteKit app HTML fixture.
dev-packages/e2e-tests/test-applications/sveltekit-cloudflare-pages/src/app.html Reformats SvelteKit app HTML fixture.
dev-packages/e2e-tests/test-applications/angular-17/src/index.html Reformats Angular app HTML fixture.
dev-packages/e2e-tests/test-applications/angular-18/src/index.html Reformats Angular app HTML fixture.
dev-packages/e2e-tests/test-applications/angular-19/src/index.html Reformats Angular app HTML fixture.
dev-packages/e2e-tests/test-applications/create-react-app/public/index.html Reformats CRA app HTML fixture.
dev-packages/e2e-tests/test-applications/default-browser/public/index.html Reformats default-browser HTML fixture (whitespace cleanup).
dev-packages/e2e-tests/test-applications/ember-classic/app/index.html Reformats Ember classic E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/application.hbs Reformats Ember classic E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/index.hbs Reformats Ember classic E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/replay.hbs Reformats Ember classic E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/tracing.hbs Reformats Ember classic E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/slow-loading-route.hbs Reformats Ember classic E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/slow-loading-route/index.hbs Reformats Ember classic E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/components/test-section.hbs Reformats Ember classic E2E component template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/components/slow-loading-list.hbs Reformats Ember classic E2E component template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/templates/components/slow-loading-gc-list.hbs Reformats Ember classic E2E component template fixture.
dev-packages/e2e-tests/test-applications/ember-classic/app/components/link.hbs Reformats Ember classic E2E component template fixture.
dev-packages/e2e-tests/test-applications/ember-embroider/app/index.html Reformats Ember embroider E2E app HTML fixture.
dev-packages/e2e-tests/test-applications/ember-embroider/app/templates/application.hbs Reformats Ember embroider E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-embroider/app/templates/index.hbs Reformats Ember embroider E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-embroider/app/templates/tracing.hbs Reformats Ember embroider E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-embroider/app/templates/slow-loading-route.hbs Reformats Ember embroider E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-embroider/app/templates/slow-loading-route/index.hbs Reformats Ember embroider E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-embroider/app/templates/slow-loading-route/loading.hbs Reformats Ember embroider E2E template fixture.
dev-packages/e2e-tests/test-applications/ember-embroider/app/components/error-button.hbs Reformats Ember embroider component template fixture.
dev-packages/browser-integration-tests/utils/defaults/template.html Reformats default browser integration test HTML template.
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/template.html Reformats ContextLines HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts Updates ContextLines assertions to match reformatted fixture output.
dev-packages/browser-integration-tests/suites/integrations/ContextLines/inline/template.html Reformats ContextLines HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/ContextLines/inline/test.ts Updates ContextLines assertions to match reformatted fixture output.
dev-packages/browser-integration-tests/suites/integrations/ContextLines/noAddedLines/template.html Reformats ContextLines HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/Breadcrumbs/dom/click/template.html Reformats Breadcrumbs HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/Breadcrumbs/dom/clickWithError/template.html Reformats Breadcrumbs HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/Breadcrumbs/dom/customEvent/template.html Reformats Breadcrumbs HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/Breadcrumbs/dom/multipleTypes/template.html Reformats Breadcrumbs HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/Breadcrumbs/dom/textInput/template.html Reformats Breadcrumbs HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/featureFlags/onError/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/featureFlags/onSpan/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/growthbook/onError/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/growthbook/onSpan/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/launchdarkly/onError/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/launchdarkly/onSpan/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/openfeature/onError/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/openfeature/onSpan/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/statsig/onError/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/statsig/onSpan/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/unleash/onError/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/integrations/featureFlags/unleash/onSpan/template.html Reformats feature-flags HTML fixture.
dev-packages/browser-integration-tests/suites/feedback/attachTo/template.html Reformats feedback HTML fixture.
dev-packages/browser-integration-tests/suites/feedback/captureFeedback/template.html Reformats feedback HTML fixture.
dev-packages/browser-integration-tests/suites/feedback/captureFeedbackAndReplay/template.html Reformats feedback HTML fixture.
dev-packages/browser-integration-tests/suites/stacktraces/template.html Reformats stacktraces HTML fixture.
dev-packages/browser-integration-tests/suites/ipv6/template.html Reformats ipv6 HTML fixture.
dev-packages/browser-integration-tests/suites/sessions/start-session/template.html Fixes malformed HTML anchor tag + reformats fixture.
dev-packages/browser-integration-tests/suites/sessions/initial-scope/template.html Fixes malformed HTML anchor tag + reformats fixture.
dev-packages/browser-integration-tests/suites/sessions/page-lifecycle/template.html Reformats sessions HTML fixture.
dev-packages/browser-integration-tests/suites/sessions/route-lifecycle/template.html Reformats sessions HTML fixture.
dev-packages/browser-integration-tests/suites/sessions/update-session/template.html Reformats sessions HTML fixture.
dev-packages/browser-integration-tests/suites/replay/privacyBlock/template.html Reformats replay privacy HTML fixture (introduces whitespace/newlines in SVG markup).
dev-packages/browser-integration-tests/suites/replay/privacyDefault/template.html Reformats replay privacy HTML fixture (SVG/inline styles).
dev-packages/browser-integration-tests/suites/replay/privacyBlock/test.ts-snapshots/privacy-chromium.json Updates replay snapshot expectation due to fixture formatting changes.
dev-packages/browser-integration-tests/suites/replay/privacyInput/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/privacyInputMaskAll/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/replayShim/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/replayIntegrationShim/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/captureReplay/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/captureReplayFromReplayPackage/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/captureReplayOffline/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/captureConsoleLog/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/captureComponentName/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/requests/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/sampling/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/sessionExpiry/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/sessionInactive/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/sessionMaxAge/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/throttleBreadcrumbs/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/unicode/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/slowClick/template.html Reformats replay HTML fixture (inline JS tweak).
dev-packages/browser-integration-tests/suites/replay/slowClick/error/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/exceptions/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/errors/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/errorResponse/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/eventBufferError/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/fileInput/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/flushing/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/keyboardEvents/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/largeMutations/defaultOptions/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/largeMutations/mutationLimit/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/minReplayDuration/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/maxReplayDuration/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/multiple-pages/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/multiple-pages/page-0.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/bufferModeManual/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/bufferModeReload/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/bufferStalledRequests/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/replay/canvas/template.html Reformats replay canvas HTML fixture.
dev-packages/browser-integration-tests/suites/replay/canvas/records/template.html Reformats replay canvas HTML fixture + inline script formatting.
dev-packages/browser-integration-tests/suites/replay/canvas/manualSnapshot/template.html Reformats replay canvas HTML fixture + inline script formatting.
dev-packages/browser-integration-tests/suites/replay/attachRawBodyFromRequest/template.html Reformats replay HTML fixture.
dev-packages/browser-integration-tests/suites/public-api/startSpan/error-async-throw/template.html Reformats public-api HTML fixture.
dev-packages/browser-integration-tests/suites/public-api/startSpan/error-async-throw-not-awaited/template.html Reformats public-api HTML fixture.
dev-packages/browser-integration-tests/suites/public-api/startSpan/error-async-reject/template.html Reformats public-api HTML fixture.
dev-packages/browser-integration-tests/suites/old-sdk-interop/acs/getCurrentScope/template.html Reformats old-sdk-interop HTML fixture.
dev-packages/browser-integration-tests/suites/old-sdk-interop/hub/isOlderThan/template.html Reformats old-sdk-interop HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/pageload-headers/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/pageload-meta/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/startNewTrace/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/startNewTraceSampling/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/tracing-without-performance/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/tracing-without-performance-headers/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/request/fetch-strip-query-and-fragment/template.html Reformats tracing request HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/request/fetch-trace-header-merging/template.html Reformats tracing request HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/request/xhr-strip-query-and-fragment/template.html Reformats tracing request HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/element-timing/template.html Reformats tracing metrics HTML fixture (void tag formatting).
dev-packages/browser-integration-tests/suites/tracing/metrics/handlers-lcp/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/pageload-resource-spans/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-cls/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-cls-standalone-spans/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-fp-fcp/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-inp/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-inp-late/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-inp-navigate/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-inp-parametrized/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-inp-parametrized-late/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-lcp/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-lcp-standalone-spans/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-ttfb/template.html Reformats tracing metrics HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/meta/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/twp-errors-meta/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-navigation-click/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/backgroundtab-custom/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/backgroundtab-pageload/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/meta/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/interaction-spans/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/custom-trace/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/default/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/meta/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-disabled/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-enabled/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-non-chromium/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-disabled/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-enabled/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-no-animation-frame/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-and-animation-frame-enabled/template.html Reformats tracing HTML fixture.
dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegrationShim/template.html Reformats shim HTML fixture.
dev-packages/browser-integration-tests/loader-suites/loader/onLoad/keepSentryGlobal/template.html Reformats loader HTML fixture.
dev-packages/browser-integration-tests/loader-suites/loader/onLoad/sentryOnLoad/template.html Reformats loader HTML fixture.
dev-packages/browser-integration-tests/loader-suites/loader/onLoad/sentryOnLoadAndOnLoad/template.html Reformats loader HTML fixture.
dev-packages/browser-integration-tests/loader-suites/loader/onLoad/sentryOnLoadError/template.html Reformats loader HTML fixture.
dev-packages/browser-integration-tests/results.junit.xml Adds a generated JUnit report file (should not be committed).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of these!

WDYT about updating .git-blame-ignore-revs for this commit after we merge the PR?

@logaretm logaretm force-pushed the awad/reformat-with-oxfmt branch from 32a8de8 to 7de0fd5 Compare February 17, 2026 15:41
@logaretm logaretm force-pushed the awad/reformat-with-oxfmt branch from 7de0fd5 to e2ca015 Compare February 17, 2026 16:27
@logaretm logaretm merged commit b1d25bb into develop Feb 17, 2026
433 of 436 checks passed
@logaretm logaretm deleted the awad/reformat-with-oxfmt branch February 17, 2026 18:07
logaretm added a commit that referenced this pull request Feb 18, 2026
Suggested by @Lms24 as a cleanup to #19311 to avoid cluttering our git
workflows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate from Prettier to oxfmt

3 participants

Comments